-
Notifications
You must be signed in to change notification settings - Fork 8
fix(deps): update dependencies #638
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
/run pipeline |
35ce174 to
15216a8
Compare
|
/run pipeline |
15216a8 to
c29a716
Compare
|
/run pipeline |
c29a716 to
55b5dc7
Compare
|
/run pipeline |
55b5dc7 to
7006e69
Compare
ℹ Artifact update noticeFile name: tests/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
|
/run pipeline |
7006e69 to
4fd87ae
Compare
|
/run pipeline |
4fd87ae to
4dca4a3
Compare
|
/run pipeline |
4dca4a3 to
46913c1
Compare
|
/run pipeline |
46913c1 to
8b2c3e0
Compare
|
/run pipeline |
8b2c3e0 to
21ed47a
Compare
|
/run pipeline |
21ed47a to
8f2e0fb
Compare
|
/run pipeline |
8f2e0fb to
b441205
Compare
|
/run pipeline |
b441205 to
ace0a6d
Compare
|
/run pipeline |
|
/run pipeline |
022d6cf to
93876eb
Compare
|
/run pipeline |
93876eb to
6bdc1e3
Compare
|
/run pipeline |
6bdc1e3 to
d99f1fa
Compare
|
/run pipeline |
d99f1fa to
c539dbd
Compare
|
/run pipeline |
c539dbd to
818a654
Compare
|
/run pipeline |
818a654 to
5edbbda
Compare
|
/run pipeline |
5edbbda to
aa742fd
Compare
|
/run pipeline |
aa742fd to
44e0270
Compare
|
/run pipeline |
44e0270 to
32e26be
Compare
|
/run pipeline |
|
/run pipeline |
|
/run pipeline |
1 similar comment
|
/run pipeline |
|
🎉 This PR is included in version 2.9.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This PR contains the following updates:
v1.10.0->v1.11.1v1.58.7->v1.60.61.24.5->1.25.114.1.1->14.2.01.6.1->1.6.23.54.5->3.56.12.3.1->3.1.14.7.1->4.7.7Release Notes
stretchr/testify (github.com/stretchr/testify)
v1.11.1Compare Source
This release fixes #1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (
String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.What's Changed
Full Changelog: stretchr/testify@v1.11.0...v1.11.1
v1.11.0Compare Source
What's Changed
Functional Changes
v1.11.0 Includes a number of performance improvements.
Fixes
Documentation, Build & CI
New Contributors
Full Changelog: stretchr/testify@v1.10.0...v1.11.0
terraform-ibm-modules/ibmcloud-terratest-wrapper (github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper)
v1.60.6Compare Source
Bug Fixes
v1.60.5Compare Source
Bug Fixes
v1.60.4Compare Source
Bug Fixes
v1.60.3Compare Source
Bug Fixes
v1.60.2Compare Source
Bug Fixes
v1.60.1Compare Source
Bug Fixes
v1.60.0Compare Source
Features
v1.59.7Compare Source
Bug Fixes
v1.59.6Compare Source
Bug Fixes
v1.59.5Compare Source
Bug Fixes
v1.59.4Compare Source
Bug Fixes
v1.59.3Compare Source
Bug Fixes
v1.59.2Compare Source
Bug Fixes
v1.59.1Compare Source
Bug Fixes
v1.59.0Compare Source
Features
- Fixes the dependecy tree resolution
- added the ability to skip ceritan permutaion test combinations
- simplified some code paths (3520879)
v1.58.12Compare Source
Bug Fixes
v1.58.11Compare Source
Bug Fixes
v1.58.10Compare Source
Bug Fixes
v1.58.9Compare Source
Bug Fixes
v1.58.8Compare Source
Bug Fixes
terraform-ibm-modules/terraform-ibm-base-ocp-vpc (terraform-ibm-modules/base-ocp-vpc/ibm)
v3.56.1Compare Source
Bug Fixes
v3.56.0Compare Source
Features
v3.55.7Compare Source
Bug Fixes
v3.55.6Compare Source
Bug Fixes
v3.55.5Compare Source
Bug Fixes
v3.55.4Compare Source
Bug Fixes
- updated DA diagrams
- modified IAM permissions
- updated the content on catalog (#771) (39d65ba)
v3.55.3Compare Source
Bug Fixes
v3.55.2Compare Source
Bug Fixes
v3.55.1Compare Source
Bug Fixes
v3.55.0Compare Source
Features
Quickstartvariation of OCP DA (#738) (c131db2)v3.54.7Compare Source
Bug Fixes
existing_resource_group_nameis nownull, which means it will default to the default resource group in your account. Previously it was defaulting to "Default" which may not exist in every account. (#766) (24224bf)v3.54.6Compare Source
Bug Fixes
terraform-ibm-modules/terraform-ibm-trusted-profile (terraform-ibm-modules/trusted-profile/ibm)
v3.1.1Compare Source
Bug Fixes
>= 1.79.1, < 2.0.0(#193) (4baead8)v3.1.0Compare Source
Features
trusted-profile-templatesubmodule:-
identity_crninput has been changed toidentitiesand now supports all identitiy types:user,serviceidandcrn. Its also now optional to pass any idenitify.- Added support to assign trusted profile template to single accounts using new input
account_ids_to_assign(#189) (d0f234e)v3.0.0Compare Source
(#181) (07e3a80)
Bug Fixes
trusted_profile_policiesnow has a required attribute calledunique_identifierwhich must have a unique value per policy. It is only used by terraform for building map objects, it is not use for any actual resource naming. Changing this value will cause resources to be recreated.trusted_profile_claim_rulesnow has a required attribute calledunique_identifierwhich must have a unique value per claim rule. It is only used by terraform for building map objects, it is not use for any actual resource naming. Changing this value will cause resources to be recreated.trusted_profile_linksnow has a required attribute calledunique_identifier` which must have a unique value per profile link. It is only used by terraform for building map objects, it is not use for any actual resource naming. Changing this value will cause resources to be recreated.BREAKING CHANGES
unique_identifierattribute. For example, if you used the following value for trusted profile name:trusted_profile_name = "my-profile"you should use the following naming conventions:Trusted profile policies
Trusted profile policies
Trusted profile links
terraform-ibm-modules/terraform-ibm-vpe-gateway (terraform-ibm-modules/vpe-gateway/ibm)
v4.7.7Compare Source
Bug Fixes
v4.7.6Compare Source
Bug Fixes
v4.7.5Compare Source
Bug Fixes
v4.7.4Compare Source
Bug Fixes
v4.7.3Compare Source
Bug Fixes
- fixes in provider to resolve issue with multiple VPE gateways in parallel (dfa789b)
v4.7.2Compare Source
Bug Fixes
existing_resource_group_nameis nownull, which means it will default to the default resource group in your account. Previously it was defaulting to "Default" which may not exist in every account. (#685) (ee24c53)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.